home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / comm / misc / bbpatch.lha / BBpatch.doc < prev   
Text File  |  1993-02-21  |  2KB  |  51 lines

  1. BaudBandit patch v0.1 docs
  2. --------------------------
  3.  
  4.         As it is supplied, the BaudBandit serial device is
  5. incompatible with Willy Langveld's VLT.  Older versions of VLT can
  6. open the device, but GURU a short time later.  More recent releases
  7. simply refuse to open it.  This incompatibility is due to the
  8. non-standard name the author gave the device.  CBM guidelines state
  9. that all device names should consist of lower case letters only.
  10. Merely changing the filename of the device does no good, because the
  11. device's internal name is still BaudBandit.device.
  12.  
  13.         Version 0.1 of BaudBandit patch is designed to patch version
  14. 1.4 of BaudBandit.device to conform to standard naming conventions.
  15. The dos command "version" does not work on the device, so check the
  16. documentation to be sure you have 1.4.  It may work with other
  17. versions, but it only has been tested with 1.4.  To create a patched
  18. version of the device, invoke the program from the CLI like so:
  19.  
  20.         BBpatch <infile> <outfile>
  21.  
  22. <infile>  = name of the unpatched BaudBandit.device
  23. <outfile> = name to give the patched baudbandit.device
  24.  
  25.         I suggest that you give the patched version the filename
  26. "baudbandit.device", because while AmigaDOS is not case sensitive,
  27. apparently some VLT internals are.  The patched version's internal
  28. name is "baudbandit.device", if this does not match the filename, VLT
  29. will cause a GURU some time later.  Afterwards, you can delete the
  30. unpatched version and copy the new one into your DEVS: directory.
  31.  
  32.         Note that if another program has already opened the unpatched
  33. BaudBandit.device before VLT, you must reboot the Amiga to use the
  34. patched device;  this is so even if the other program has been
  35. terminated.  The device remains resident, and VLT will find it in
  36. memory instead of loading in the new version from disk.
  37.  
  38.         If you find that this program does not work with a particular
  39. version of BaudBandit, you can still manually patch the device with a
  40. binary editor.  Somewhere near the beginning of the file is the
  41. internal name.  All you have to do is change the two B's to lower case
  42. ones. 
  43.  
  44.         This patch was written with version 1.2b of PCQ Pascal.  To
  45. quote Dave Benn of ACEbasic fame, "Ain't PD great?".
  46.  
  47. -Sherm Chan
  48.  
  49. sherman@panix.com
  50. c9tqc@qcunix.acc.qc.edu
  51.